Skip to content

default type parameters#2263

Open
tlyu wants to merge 1 commit intorust-lang:masterfrom
tlyu:defaulted-types
Open

default type parameters#2263
tlyu wants to merge 1 commit intorust-lang:masterfrom
tlyu:defaulted-types

Conversation

@tlyu
Copy link
Copy Markdown
Contributor

@tlyu tlyu commented May 5, 2026

Describe default types for generic parameters, as currently implemented. There are some differences from RFC 213, but I couldn't find any real specification, so relied on observed behavior.

fixes #24

@rustbot rustbot added the S-waiting-on-review Status: The marked PR is awaiting review from a maintainer label May 5, 2026
@rustbot

This comment has been minimized.

Describe default types for generic parameters, as currently implemented.
There are some differences from RFC 213, but I couldn't find any real
specification, so relied on observed behavior.

fixes rust-lang#24
@tlyu tlyu force-pushed the defaulted-types branch from 8af6cca to fb49776 Compare May 6, 2026 15:33
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 6, 2026

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: The marked PR is awaiting review from a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default type parameters are not in the language reference

2 participants